[symfony] sfGuardDoctrine plugin and form messages
Posted
by David
on Stack Overflow
See other posts from Stack Overflow
or by David
Published on 2010-04-21T10:07:48Z
Indexed on
2010/04/21
10:53 UTC
Read the original article
Hit count: 306
I'm using the sfGuardDoctrine plugin, and I would like to customize the form validation messages.
How could I acomplish this? I can't find anything in the documentation.
The only way I have found is to copy sfGuardValidatorUser.class into /apps/frontend/lib/validator, but I would like to know if there is some way to just override the error message, not override the entire validator...
© Stack Overflow or respective owner